home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
LetLoveEnergy.swf
/
scripts
/
frame_751
/
PlaceObject2_214_2
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-05
|
202 b
|
14 lines
onClipEvent(load){
if(_name eq "bigfloor")
{
_visible = false;
}
else
{
_X = Internal_X;
_Y = Internal_Y;
alive = true;
onscreen = true;
}
}